python open script in new terminal

27

python open script in new terminal -

import subprocess
subprocess.call('python full_path\file_name.py', creationflags=subprocess.CREATE_NEW_CONSOLE)

Comments

Submit
0 Comments